You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > BinaryOr Method > TMtxVecInt.BinaryOr Method ([In] TMtxVecInt, [In] TMtxVecInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.BinaryOr Method ([In] TMtxVecInt, [In] TMtxVecInt)

Apply binary "or" between coresponding elements in Src1 and Src2.

Syntax
C#
Visual Basic
public TMtxVecInt BinaryOr([In] TMtxVecInt Src1, [In] TMtxVecInt Src2);

the result of binary "and" of Src1 values with coresponding Src2 values stored in the calling object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!